TSTP Solution File: AGT034^2 by E---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1.00
% Problem  : AGT034^2 : TPTP v8.2.0. Released v5.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n029.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Mon May 20 17:57:47 EDT 2024

% Result   : Theorem 0.19s 0.51s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   34
% Syntax   : Number of formulae    :   80 (  21 unt;  20 typ;   0 def)
%            Number of atoms       :  215 (  16 equ;   0 cnn)
%            Maximal formula atoms :   20 (   3 avg)
%            Number of connectives :  775 (  89   ~;  99   |;   4   &; 583   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   19 (   7 avg)
%            Number of types       :    3 (   1 usr)
%            Number of type conns  :   83 (  83   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   21 (  19 usr;   5 con; 0-4 aty)
%            Number of variables   :  152 (  43   ^ 109   !;   0   ?; 152   :)

% Comments : 
%------------------------------------------------------------------------------
thf(decl_sort1,type,
    mu: $tType ).

thf(decl_24,type,
    mnot: ( $i > $o ) > $i > $o ).

thf(decl_25,type,
    mor: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(decl_26,type,
    mand: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(decl_27,type,
    mimplies: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(decl_31,type,
    mforall_ind: ( mu > $i > $o ) > $i > $o ).

thf(decl_37,type,
    mbox: ( $i > $i > $o ) > ( $i > $o ) > $i > $o ).

thf(decl_49,type,
    mvalid: ( $i > $o ) > $o ).

thf(decl_53,type,
    a1: $i > $i > $o ).

thf(decl_54,type,
    a2: $i > $i > $o ).

thf(decl_55,type,
    a3: $i > $i > $o ).

thf(decl_56,type,
    jan: mu ).

thf(decl_58,type,
    cola: mu ).

thf(decl_59,type,
    pepsi: mu ).

thf(decl_61,type,
    likes: mu > mu > $i > $o ).

thf(decl_62,type,
    very_much_likes: mu > mu > $i > $o ).

thf(decl_66,type,
    esk3_4: $i > mu > mu > $i > $i ).

thf(decl_67,type,
    esk4_4: $i > mu > mu > $i > $i ).

thf(decl_68,type,
    esk5_3: $i > mu > mu > $i ).

thf(decl_69,type,
    esk6_0: $i ).

thf(mand,axiom,
    ( mand
    = ( ^ [X6: $i > $o,X7: $i > $o] : ( mnot @ ( mor @ ( mnot @ X6 ) @ ( mnot @ X7 ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL013^0.ax',mand) ).

thf(mnot,axiom,
    ( mnot
    = ( ^ [X6: $i > $o,X3: $i] :
          ~ ( X6 @ X3 ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL013^0.ax',mnot) ).

thf(mor,axiom,
    ( mor
    = ( ^ [X6: $i > $o,X7: $i > $o,X3: $i] :
          ( ( X6 @ X3 )
          | ( X7 @ X3 ) ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL013^0.ax',mor) ).

thf(mimplies,axiom,
    ( mimplies
    = ( ^ [X6: $i > $o,X7: $i > $o] : ( mor @ ( mnot @ X6 ) @ X7 ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL013^0.ax',mimplies) ).

thf(mbox,axiom,
    ( mbox
    = ( ^ [X13: $i > $i > $o,X6: $i > $o,X3: $i] :
        ! [X14: $i] :
          ( ~ ( X13 @ X3 @ X14 )
          | ( X6 @ X14 ) ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL013^0.ax',mbox) ).

thf(mvalid,axiom,
    ( mvalid
    = ( ^ [X6: $i > $o] :
        ! [X3: $i] : ( X6 @ X3 ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL013^0.ax',mvalid) ).

thf(mforall_ind,axiom,
    ( mforall_ind
    = ( ^ [X8: mu > $i > $o,X3: $i] :
        ! [X1: mu] : ( X8 @ X1 @ X3 ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LCL013^0.ax',mforall_ind) ).

thf(axiom_a2_1,axiom,
    mvalid @ ( mbox @ a2 @ ( likes @ jan @ pepsi ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_a2_1) ).

thf(axiom_a3_4,axiom,
    ( mvalid
    @ ( mforall_ind
      @ ^ [X1: mu] :
          ( mforall_ind
          @ ^ [X2: mu] : ( mbox @ a3 @ ( mimplies @ ( mand @ ( likes @ X1 @ X2 ) @ ( mand @ ( mbox @ a1 @ ( likes @ X1 @ X2 ) ) @ ( mbox @ a2 @ ( likes @ X1 @ X2 ) ) ) ) @ ( very_much_likes @ X1 @ X2 ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_a3_4) ).

thf(axiom_a2_4,axiom,
    ( mvalid
    @ ( mforall_ind
      @ ^ [X1: mu] : ( mbox @ a2 @ ( mimplies @ ( likes @ X1 @ pepsi ) @ ( likes @ X1 @ cola ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_a2_4) ).

thf(axiom_a3_1,axiom,
    mvalid @ ( mbox @ a3 @ ( likes @ jan @ cola ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_a3_1) ).

thf(axiom_a1_1,axiom,
    mvalid @ ( mbox @ a1 @ ( likes @ jan @ cola ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_a1_1) ).

thf(axiom_user_communication_1,axiom,
    ( mvalid
    @ ( mforall_ind
      @ ^ [X1: mu] :
          ( mforall_ind
          @ ^ [X2: mu] : ( mimplies @ ( mbox @ a3 @ ( very_much_likes @ X1 @ X2 ) ) @ ( very_much_likes @ X1 @ X2 ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_user_communication_1) ).

thf(conj,conjecture,
    mvalid @ ( very_much_likes @ jan @ cola ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',conj) ).

thf(c_0_14,plain,
    ( mand
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ~ ( ~ ( Z0 @ Z2 )
            | ~ ( Z1 @ Z2 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mand]) ).

thf(c_0_15,plain,
    ( mnot
    = ( ^ [Z0: $i > $o,Z1: $i] :
          ~ ( Z0 @ Z1 ) ) ),
    inference(fof_simplification,[status(thm)],[mnot]) ).

thf(c_0_16,plain,
    ( mor
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ( ( Z0 @ Z2 )
          | ( Z1 @ Z2 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mor]) ).

thf(c_0_17,plain,
    ( mimplies
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ( ~ ( Z0 @ Z2 )
          | ( Z1 @ Z2 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mimplies]) ).

thf(c_0_18,plain,
    ( mbox
    = ( ^ [Z0: $i > $i > $o,Z1: $i > $o,Z2: $i] :
        ! [X14: $i] :
          ( ~ ( Z0 @ Z2 @ X14 )
          | ( Z1 @ X14 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mbox]) ).

thf(c_0_19,plain,
    ( mvalid
    = ( ^ [Z0: $i > $o] :
        ! [X3: $i] : ( Z0 @ X3 ) ) ),
    inference(fof_simplification,[status(thm)],[mvalid]) ).

thf(c_0_20,plain,
    ( mand
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ~ ( ~ ( Z0 @ Z2 )
            | ~ ( Z1 @ Z2 ) ) ) ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[c_0_14,c_0_15]),c_0_16]) ).

thf(c_0_21,plain,
    ( mimplies
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ( ~ ( Z0 @ Z2 )
          | ( Z1 @ Z2 ) ) ) ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[c_0_17,c_0_15]),c_0_16]) ).

thf(c_0_22,plain,
    ( mforall_ind
    = ( ^ [Z0: mu > $i > $o,Z1: $i] :
        ! [X1: mu] : ( Z0 @ X1 @ Z1 ) ) ),
    inference(fof_simplification,[status(thm)],[mforall_ind]) ).

thf(c_0_23,plain,
    ! [X34: $i,X33: $i] :
      ( ~ ( a2 @ X34 @ X33 )
      | ( likes @ jan @ pepsi @ X33 ) ),
    inference(fof_simplification,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[axiom_a2_1,c_0_18]),c_0_19])]) ).

thf(c_0_24,plain,
    ! [X56: $i,X55: mu,X54: mu,X53: $i] :
      ( ~ ( a3 @ X56 @ X53 )
      | ~ ~ ( ~ ( likes @ X55 @ X54 @ X53 )
            | ~ ~ ( ~ ! [X51: $i] :
                        ( ~ ( a1 @ X53 @ X51 )
                        | ( likes @ X55 @ X54 @ X51 ) )
                  | ~ ! [X52: $i] :
                        ( ~ ( a2 @ X53 @ X52 )
                        | ( likes @ X55 @ X54 @ X52 ) ) ) )
      | ( very_much_likes @ X55 @ X54 @ X53 ) ),
    inference(fof_simplification,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(fof_simplification,[status(thm)],[axiom_a3_4]),c_0_20]),c_0_21]),c_0_22]),c_0_18]),c_0_19])]) ).

thf(c_0_25,plain,
    ! [X41: $i,X40: mu,X39: $i] :
      ( ~ ( a2 @ X41 @ X39 )
      | ~ ( likes @ X40 @ pepsi @ X39 )
      | ( likes @ X40 @ cola @ X39 ) ),
    inference(fof_simplification,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(fof_simplification,[status(thm)],[axiom_a2_4]),c_0_21]),c_0_22]),c_0_18]),c_0_19])]) ).

thf(c_0_26,plain,
    ! [X90: $i,X91: $i] :
      ( ~ ( a2 @ X90 @ X91 )
      | ( likes @ jan @ pepsi @ X91 ) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_23])]) ).

thf(c_0_27,plain,
    ! [X108: $i,X109: mu,X110: mu,X111: $i] :
      ( ( ( a2 @ X111 @ ( esk4_4 @ X108 @ X109 @ X110 @ X111 ) )
        | ( a1 @ X111 @ ( esk3_4 @ X108 @ X109 @ X110 @ X111 ) )
        | ~ ( likes @ X109 @ X110 @ X111 )
        | ( very_much_likes @ X109 @ X110 @ X111 )
        | ~ ( a3 @ X108 @ X111 ) )
      & ( ~ ( likes @ X109 @ X110 @ ( esk4_4 @ X108 @ X109 @ X110 @ X111 ) )
        | ( a1 @ X111 @ ( esk3_4 @ X108 @ X109 @ X110 @ X111 ) )
        | ~ ( likes @ X109 @ X110 @ X111 )
        | ( very_much_likes @ X109 @ X110 @ X111 )
        | ~ ( a3 @ X108 @ X111 ) )
      & ( ( a2 @ X111 @ ( esk4_4 @ X108 @ X109 @ X110 @ X111 ) )
        | ~ ( likes @ X109 @ X110 @ ( esk3_4 @ X108 @ X109 @ X110 @ X111 ) )
        | ~ ( likes @ X109 @ X110 @ X111 )
        | ( very_much_likes @ X109 @ X110 @ X111 )
        | ~ ( a3 @ X108 @ X111 ) )
      & ( ~ ( likes @ X109 @ X110 @ ( esk4_4 @ X108 @ X109 @ X110 @ X111 ) )
        | ~ ( likes @ X109 @ X110 @ ( esk3_4 @ X108 @ X109 @ X110 @ X111 ) )
        | ~ ( likes @ X109 @ X110 @ X111 )
        | ( very_much_likes @ X109 @ X110 @ X111 )
        | ~ ( a3 @ X108 @ X111 ) ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_24])])])])]) ).

thf(c_0_28,plain,
    ! [X96: $i,X97: mu,X98: $i] :
      ( ~ ( a2 @ X96 @ X98 )
      | ~ ( likes @ X97 @ pepsi @ X98 )
      | ( likes @ X97 @ cola @ X98 ) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_25])]) ).

thf(c_0_29,plain,
    ! [X3: $i,X14: $i] :
      ( ( likes @ jan @ pepsi @ X14 )
      | ~ ( a2 @ X3 @ X14 ) ),
    inference(split_conjunct,[status(thm)],[c_0_26]) ).

thf(c_0_30,plain,
    ! [X1: mu,X14: $i,X2: mu,X3: $i] :
      ( ( a2 @ X3 @ ( esk4_4 @ X14 @ X1 @ X2 @ X3 ) )
      | ( a1 @ X3 @ ( esk3_4 @ X14 @ X1 @ X2 @ X3 ) )
      | ( very_much_likes @ X1 @ X2 @ X3 )
      | ~ ( likes @ X1 @ X2 @ X3 )
      | ~ ( a3 @ X14 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

thf(c_0_31,plain,
    ! [X1: mu,X14: $i,X2: mu,X3: $i] :
      ( ( a2 @ X3 @ ( esk4_4 @ X14 @ X1 @ X2 @ X3 ) )
      | ( very_much_likes @ X1 @ X2 @ X3 )
      | ~ ( likes @ X1 @ X2 @ ( esk3_4 @ X14 @ X1 @ X2 @ X3 ) )
      | ~ ( likes @ X1 @ X2 @ X3 )
      | ~ ( a3 @ X14 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

thf(c_0_32,plain,
    ! [X3: $i,X1: mu,X14: $i] :
      ( ( likes @ X1 @ cola @ X14 )
      | ~ ( a2 @ X3 @ X14 )
      | ~ ( likes @ X1 @ pepsi @ X14 ) ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

thf(c_0_33,plain,
    ! [X2: mu,X3: $i,X1: mu,X14: $i] :
      ( ( likes @ jan @ pepsi @ ( esk4_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ( a1 @ X14 @ ( esk3_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ( very_much_likes @ X1 @ X2 @ X14 )
      | ~ ( likes @ X1 @ X2 @ X14 )
      | ~ ( a3 @ X3 @ X14 ) ),
    inference(spm,[status(thm)],[c_0_29,c_0_30]) ).

thf(c_0_34,plain,
    ! [X46: $i,X45: $i] :
      ( ~ ( a3 @ X46 @ X45 )
      | ( likes @ jan @ cola @ X45 ) ),
    inference(fof_simplification,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[axiom_a3_1,c_0_18]),c_0_19])]) ).

thf(c_0_35,plain,
    ! [X2: mu,X3: $i,X1: mu,X14: $i] :
      ( ( likes @ jan @ pepsi @ ( esk4_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ( very_much_likes @ X1 @ X2 @ X14 )
      | ~ ( likes @ X1 @ X2 @ ( esk3_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ~ ( likes @ X1 @ X2 @ X14 )
      | ~ ( a3 @ X3 @ X14 ) ),
    inference(spm,[status(thm)],[c_0_29,c_0_31]) ).

thf(c_0_36,plain,
    ! [X22: $i,X21: $i] :
      ( ~ ( a1 @ X22 @ X21 )
      | ( likes @ jan @ cola @ X21 ) ),
    inference(fof_simplification,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[axiom_a1_1,c_0_18]),c_0_19])]) ).

thf(c_0_37,plain,
    ! [X2: mu,X15: $i,X3: $i,X1: mu,X14: $i] :
      ( ( likes @ jan @ cola @ ( esk4_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ( a1 @ X14 @ ( esk3_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ( very_much_likes @ X1 @ X2 @ X14 )
      | ~ ( a2 @ X15 @ ( esk4_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ~ ( likes @ X1 @ X2 @ X14 )
      | ~ ( a3 @ X3 @ X14 ) ),
    inference(spm,[status(thm)],[c_0_32,c_0_33]) ).

thf(c_0_38,plain,
    ! [X102: $i,X103: $i] :
      ( ~ ( a3 @ X102 @ X103 )
      | ( likes @ jan @ cola @ X103 ) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_34])]) ).

thf(c_0_39,plain,
    ! [X2: mu,X15: $i,X3: $i,X1: mu,X14: $i] :
      ( ( likes @ jan @ cola @ ( esk4_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ( very_much_likes @ X1 @ X2 @ X14 )
      | ~ ( likes @ X1 @ X2 @ ( esk3_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ~ ( a2 @ X15 @ ( esk4_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ~ ( likes @ X1 @ X2 @ X14 )
      | ~ ( a3 @ X3 @ X14 ) ),
    inference(spm,[status(thm)],[c_0_32,c_0_35]) ).

thf(c_0_40,plain,
    ! [X78: $i,X79: $i] :
      ( ~ ( a1 @ X78 @ X79 )
      | ( likes @ jan @ cola @ X79 ) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_36])]) ).

thf(c_0_41,plain,
    ! [X2: mu,X3: $i,X1: mu,X14: $i] :
      ( ( a1 @ X14 @ ( esk3_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ( very_much_likes @ X1 @ X2 @ X14 )
      | ~ ( likes @ X1 @ X2 @ ( esk4_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ~ ( likes @ X1 @ X2 @ X14 )
      | ~ ( a3 @ X3 @ X14 ) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

thf(c_0_42,plain,
    ! [X2: mu,X3: $i,X1: mu,X14: $i] :
      ( ( likes @ jan @ cola @ ( esk4_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ( a1 @ X14 @ ( esk3_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ( very_much_likes @ X1 @ X2 @ X14 )
      | ~ ( likes @ X1 @ X2 @ X14 )
      | ~ ( a3 @ X3 @ X14 ) ),
    inference(spm,[status(thm)],[c_0_37,c_0_30]) ).

thf(c_0_43,plain,
    ! [X3: $i,X14: $i] :
      ( ( likes @ jan @ cola @ X14 )
      | ~ ( a3 @ X3 @ X14 ) ),
    inference(split_conjunct,[status(thm)],[c_0_38]) ).

thf(c_0_44,plain,
    ! [X2: mu,X3: $i,X1: mu,X14: $i] :
      ( ( very_much_likes @ X1 @ X2 @ X14 )
      | ~ ( likes @ X1 @ X2 @ ( esk4_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ~ ( likes @ X1 @ X2 @ ( esk3_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ~ ( likes @ X1 @ X2 @ X14 )
      | ~ ( a3 @ X3 @ X14 ) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

thf(c_0_45,plain,
    ! [X2: mu,X3: $i,X1: mu,X14: $i] :
      ( ( likes @ jan @ cola @ ( esk4_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ( very_much_likes @ X1 @ X2 @ X14 )
      | ~ ( likes @ X1 @ X2 @ ( esk3_4 @ X3 @ X1 @ X2 @ X14 ) )
      | ~ ( likes @ X1 @ X2 @ X14 )
      | ~ ( a3 @ X3 @ X14 ) ),
    inference(spm,[status(thm)],[c_0_39,c_0_31]) ).

thf(c_0_46,plain,
    ! [X60: $i,X59: mu,X58: mu] :
      ( ~ ! [X57: $i] :
            ( ~ ( a3 @ X60 @ X57 )
            | ( very_much_likes @ X59 @ X58 @ X57 ) )
      | ( very_much_likes @ X59 @ X58 @ X60 ) ),
    inference(fof_simplification,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(fof_simplification,[status(thm)],[axiom_user_communication_1]),c_0_21]),c_0_22]),c_0_18]),c_0_19])]) ).

thf(c_0_47,plain,
    ! [X3: $i,X14: $i] :
      ( ( likes @ jan @ cola @ X14 )
      | ~ ( a1 @ X3 @ X14 ) ),
    inference(split_conjunct,[status(thm)],[c_0_40]) ).

thf(c_0_48,plain,
    ! [X14: $i,X3: $i] :
      ( ( a1 @ X3 @ ( esk3_4 @ X14 @ jan @ cola @ X3 ) )
      | ( very_much_likes @ jan @ cola @ X3 )
      | ~ ( a3 @ X14 @ X3 ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_42]),c_0_43]) ).

thf(c_0_49,plain,
    ! [X14: $i,X3: $i] :
      ( ( very_much_likes @ jan @ cola @ X3 )
      | ~ ( likes @ jan @ cola @ ( esk3_4 @ X14 @ jan @ cola @ X3 ) )
      | ~ ( a3 @ X14 @ X3 ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_45]),c_0_43]) ).

thf(c_0_50,plain,
    ! [X114: $i,X115: mu,X116: mu] :
      ( ( ( a3 @ X114 @ ( esk5_3 @ X114 @ X115 @ X116 ) )
        | ( very_much_likes @ X115 @ X116 @ X114 ) )
      & ( ~ ( very_much_likes @ X115 @ X116 @ ( esk5_3 @ X114 @ X115 @ X116 ) )
        | ( very_much_likes @ X115 @ X116 @ X114 ) ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_46])])])])]) ).

thf(c_0_51,negated_conjecture,
    ~ ! [X77: $i] : ( very_much_likes @ jan @ cola @ X77 ),
    inference(apply_def,[status(thm)],[inference(assume_negation,[status(cth)],[conj]),c_0_19]) ).

thf(c_0_52,plain,
    ! [X14: $i,X3: $i] :
      ( ( very_much_likes @ jan @ cola @ X3 )
      | ~ ( a3 @ X14 @ X3 ) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_48]),c_0_49]) ).

thf(c_0_53,plain,
    ! [X1: mu,X2: mu,X3: $i] :
      ( ( a3 @ X3 @ ( esk5_3 @ X3 @ X1 @ X2 ) )
      | ( very_much_likes @ X1 @ X2 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_50]) ).

thf(c_0_54,negated_conjecture,
    ~ ( very_much_likes @ jan @ cola @ esk6_0 ),
    inference(fof_nnf,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_51])])])]) ).

thf(c_0_55,plain,
    ! [X1: mu,X3: $i,X2: mu] :
      ( ( very_much_likes @ X1 @ X2 @ X3 )
      | ~ ( very_much_likes @ X1 @ X2 @ ( esk5_3 @ X3 @ X1 @ X2 ) ) ),
    inference(split_conjunct,[status(thm)],[c_0_50]) ).

thf(c_0_56,plain,
    ! [X1: mu,X2: mu,X3: $i] :
      ( ( very_much_likes @ jan @ cola @ ( esk5_3 @ X3 @ X1 @ X2 ) )
      | ( very_much_likes @ X1 @ X2 @ X3 ) ),
    inference(spm,[status(thm)],[c_0_52,c_0_53]) ).

thf(c_0_57,negated_conjecture,
    ~ ( very_much_likes @ jan @ cola @ esk6_0 ),
    inference(split_conjunct,[status(thm)],[c_0_54]) ).

thf(c_0_58,plain,
    ! [X3: $i] : ( very_much_likes @ jan @ cola @ X3 ),
    inference(spm,[status(thm)],[c_0_55,c_0_56]) ).

thf(c_0_59,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_57,c_0_58])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : AGT034^2 : TPTP v8.2.0. Released v5.2.0.
% 0.07/0.13  % Command    : run_E %s %d THM
% 0.14/0.33  % Computer : n029.cluster.edu
% 0.14/0.33  % Model    : x86_64 x86_64
% 0.14/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.33  % Memory   : 8042.1875MB
% 0.14/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.33  % CPULimit   : 300
% 0.14/0.33  % WCLimit    : 300
% 0.14/0.33  % DateTime   : Sat May 18 18:50:08 EDT 2024
% 0.14/0.33  % CPUTime    : 
% 0.19/0.48  Running higher-order theorem proving
% 0.19/0.48  Running: /export/starexec/sandbox/solver/bin/eprover-ho --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --auto-schedule=8 --cpu-limit=300 /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.19/0.51  # Version: 3.1.0-ho
% 0.19/0.51  # Preprocessing class: HSMSSMSSMLLNHSN.
% 0.19/0.51  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.19/0.51  # Starting new_ho_10_cnf2 with 1500s (5) cores
% 0.19/0.51  # Starting post_as_ho3 with 300s (1) cores
% 0.19/0.51  # Starting new_ho_12 with 300s (1) cores
% 0.19/0.51  # Starting new_bool_2 with 300s (1) cores
% 0.19/0.51  # new_ho_10_cnf2 with pid 16893 completed with status 0
% 0.19/0.51  # Result found by new_ho_10_cnf2
% 0.19/0.51  # Preprocessing class: HSMSSMSSMLLNHSN.
% 0.19/0.51  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.19/0.51  # Starting new_ho_10_cnf2 with 1500s (5) cores
% 0.19/0.51  # No SInE strategy applied
% 0.19/0.51  # Search class: HGUNM-FFMF32-SHSSMFNN
% 0.19/0.51  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.19/0.51  # Starting new_ho_10 with 811s (1) cores
% 0.19/0.51  # Starting new_ho_10_cnf2 with 151s (1) cores
% 0.19/0.51  # Starting ehoh_best_sine_rwall with 136s (1) cores
% 0.19/0.51  # Starting lpo1_def_fix with 136s (1) cores
% 0.19/0.51  # Starting ehoh_best8_lambda with 136s (1) cores
% 0.19/0.51  # lpo1_def_fix with pid 16903 completed with status 0
% 0.19/0.51  # Result found by lpo1_def_fix
% 0.19/0.51  # Preprocessing class: HSMSSMSSMLLNHSN.
% 0.19/0.51  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.19/0.51  # Starting new_ho_10_cnf2 with 1500s (5) cores
% 0.19/0.51  # No SInE strategy applied
% 0.19/0.51  # Search class: HGUNM-FFMF32-SHSSMFNN
% 0.19/0.51  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.19/0.51  # Starting new_ho_10 with 811s (1) cores
% 0.19/0.51  # Starting new_ho_10_cnf2 with 151s (1) cores
% 0.19/0.51  # Starting ehoh_best_sine_rwall with 136s (1) cores
% 0.19/0.51  # Starting lpo1_def_fix with 136s (1) cores
% 0.19/0.51  # Preprocessing time       : 0.002 s
% 0.19/0.51  # Presaturation interreduction done
% 0.19/0.51  
% 0.19/0.51  # Proof found!
% 0.19/0.51  # SZS status Theorem
% 0.19/0.51  # SZS output start CNFRefutation
% See solution above
% 0.19/0.51  # Parsed axioms                        : 93
% 0.19/0.51  # Removed by relevancy pruning/SinE    : 0
% 0.19/0.51  # Initial clauses                      : 68
% 0.19/0.51  # Removed in clause preprocessing      : 43
% 0.19/0.51  # Initial clauses in saturation        : 25
% 0.19/0.51  # Processed clauses                    : 143
% 0.19/0.51  # ...of these trivial                  : 16
% 0.19/0.51  # ...subsumed                          : 21
% 0.19/0.51  # ...remaining for further processing  : 106
% 0.19/0.51  # Other redundant clauses eliminated   : 0
% 0.19/0.51  # Clauses deleted for lack of memory   : 0
% 0.19/0.51  # Backward-subsumed                    : 12
% 0.19/0.51  # Backward-rewritten                   : 20
% 0.19/0.51  # Generated clauses                    : 156
% 0.19/0.51  # ...of the previous two non-redundant : 115
% 0.19/0.51  # ...aggressively subsumed             : 0
% 0.19/0.51  # Contextual simplify-reflections      : 4
% 0.19/0.51  # Paramodulations                      : 156
% 0.19/0.51  # Factorizations                       : 0
% 0.19/0.51  # NegExts                              : 0
% 0.19/0.51  # Equation resolutions                 : 0
% 0.19/0.51  # Disequality decompositions           : 0
% 0.19/0.51  # Total rewrite steps                  : 76
% 0.19/0.51  # ...of those cached                   : 57
% 0.19/0.51  # Propositional unsat checks           : 0
% 0.19/0.51  #    Propositional check models        : 0
% 0.19/0.51  #    Propositional check unsatisfiable : 0
% 0.19/0.51  #    Propositional clauses             : 0
% 0.19/0.51  #    Propositional clauses after purity: 0
% 0.19/0.51  #    Propositional unsat core size     : 0
% 0.19/0.51  #    Propositional preprocessing time  : 0.000
% 0.19/0.51  #    Propositional encoding time       : 0.000
% 0.19/0.51  #    Propositional solver time         : 0.000
% 0.19/0.51  #    Success case prop preproc time    : 0.000
% 0.19/0.51  #    Success case prop encoding time   : 0.000
% 0.19/0.51  #    Success case prop solver time     : 0.000
% 0.19/0.51  # Current number of processed clauses  : 49
% 0.19/0.51  #    Positive orientable unit clauses  : 14
% 0.19/0.51  #    Positive unorientable unit clauses: 0
% 0.19/0.51  #    Negative unit clauses             : 0
% 0.19/0.51  #    Non-unit-clauses                  : 35
% 0.19/0.51  # Current number of unprocessed clauses: 22
% 0.19/0.51  # ...number of literals in the above   : 119
% 0.19/0.51  # Current number of archived formulas  : 0
% 0.19/0.51  # Current number of archived clauses   : 57
% 0.19/0.51  # Clause-clause subsumption calls (NU) : 668
% 0.19/0.51  # Rec. Clause-clause subsumption calls : 198
% 0.19/0.51  # Non-unit clause-clause subsumptions  : 37
% 0.19/0.51  # Unit Clause-clause subsumption calls : 12
% 0.19/0.51  # Rewrite failures with RHS unbound    : 0
% 0.19/0.51  # BW rewrite match attempts            : 23
% 0.19/0.51  # BW rewrite match successes           : 14
% 0.19/0.51  # Condensation attempts                : 0
% 0.19/0.51  # Condensation successes               : 0
% 0.19/0.51  # Termbank termtop insertions          : 9777
% 0.19/0.51  # Search garbage collected termcells   : 2548
% 0.19/0.51  
% 0.19/0.51  # -------------------------------------------------
% 0.19/0.51  # User time                : 0.016 s
% 0.19/0.51  # System time              : 0.006 s
% 0.19/0.51  # Total time               : 0.022 s
% 0.19/0.51  # Maximum resident set size: 2324 pages
% 0.19/0.51  
% 0.19/0.51  # -------------------------------------------------
% 0.19/0.51  # User time                : 0.072 s
% 0.19/0.51  # System time              : 0.017 s
% 0.19/0.51  # Total time               : 0.089 s
% 0.19/0.51  # Maximum resident set size: 1812 pages
% 0.19/0.51  % E---3.1 exiting
% 0.19/0.51  % E exiting
%------------------------------------------------------------------------------